Cis Tagging TagAssociation BatchResult
Cis Tagging TagAssociation BatchResult
The Cis Tagging TagAssociation BatchResult schema describes the result of performing the same operation on several tags or objects in a single invocation.
This schema was added in vSphere API 6.5.
JSON Example
{
"success": false,
"error_messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
boolean
success
Required
This is true if the batch operation completed without any errors. Otherwise it is false and all or some operations have failed.
This property was added in vSphere API 6.5.
array of
Vapi Std LocalizableMessage
error_messages
Required
The list of error messages.
This property was added in vSphere API 6.5.